As far as I can tell the runtime version required to run a .NET application has to be greater or equal to the version of the .NET SDK which built the applicatio
I have a notification screen in my application (Web -React & mobile separate - React-Native frontend / backend nodejs) which lists the current tickets (tick
How to rewrite something/test?id=test to test.php?id=test in .htaccess RewriteRule ^v1/games/list?sortToken=(.*)$ /juicy.php?id=$1 [QSA,NC,L] Nothing works!
I was searching for python script to download files and I found 2 ways of downloading with urllib.request.urlopen. One of them use shutil modu
I have classes like this: class MyClass{ int myField1; int myField2; MyMemento* getMemento(){ auto m = new MyMemento(); m->myFie
If I have the file mypytest/models.py that looks like this: from typing import Type class FakeBaseModel: pass class FakeDatabase: Base: Type[FakeBas
I'm trying to build an api for a Solr collection and I wonder how can I write a route that performs a facet query. I've seen the @Facet annotation, but I couldn